Primitive Class Flow.Fog

Represesnts distance fog.

To be used with Flow.Level.fog property.

Members

color (Color) RGB fog color.
minDistance (float) Minimum distance.
maxDistance (float) Maximum distance.

Functions

Fog(color, min, max)


Members

color
(Color) RGB fog color.
minDistance
(float) Minimum distance. This is the distance at which the fog starts (in sectors).
maxDistance
(float) Maximum distance. This is the distance at which the fog reaches the maximum strength (in sectors).

Functions

Fog(color, min, max)

Parameters:

  • color Color RGB color
  • min int Distance at which fog starts (in sectors)
  • max int Distance at which fog reaches the maximum strength (in sectors)

Returns:

    Fog A fog object.
generated by TEN-LDoc (a fork of LDoc 1.4.6)